home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / intfaq.zip / FAQ.TXT
Text File  |  1993-06-02  |  27KB  |  541 lines

  1. FREQUENTLY ASKED QUESTIONS ON DELPHI'S INTERNET SIG        4/26/93
  2.  
  3.    1  I'M NEW! HOW DO I GET STARTED?
  4.    2  HOW DO I USE FTP?
  5.    3  HOW DO I USE TELNET?
  6.    4  HOW DO I SEND INTERNET MAIL?
  7.    5  HOW DOES SOMEONE SEND ME MAIL THROUGH THE INTERNET?
  8.    6  HOW DO I SEND MAIL TO COMPUSERVE, GENIE, AOL, MCIMAIL, ETC.?
  9.    7  HOW DO I SEND MAIL TO A FIDONET ADDRESS?
  10.    8  HOW DO I AVOID WORKSPACE STORAGE COSTS?
  11.    9  WHAT IS A LISTSERV? HOW DO I SUBSCRIBE?
  12.   10  HOW DO I READ NEWSGROUPS
  13.   11  HOW DO I USE ARCHIE TO SEARCH FOR SOFTWARE OR FILES?
  14.   12  WHAT IS A GOPHER? HOW DO I USE IT?
  15.   13  I'M HAVING TROUBLE WITH MENUS AND DISPLAYS. WHAT DO I DO?
  16.   14  WHAT IS WAIS? HOW DO I USE IT TO SEARCH FOR THINGS?
  17.   15  WHAT IS WWW? HOW DO I USE IT?  
  18.   16  WHAT IS IRC? HOW DO I USE IT?
  19.   17. I DON'T SEE MY QUESTION HERE. HOW DO I GET IT ANSWERED?
  20.  
  21.  
  22.    1  I'M NEW! HOW DO I GET STARTED?
  23.  
  24. If you are new to the Internet and just getting started exploring this gigantic,
  25. exponentially growing network of networks, it may seem overwhelming. There are
  26. many interesting things for everyone in the Internet. How do you find those
  27. things that are waiting for you? Here are some things to try:
  28.  
  29.   1. To use any Internet services you must first register.  To do this,
  30.      just select "REGISTER" from the Internet SIG menu.  Important
  31.      guidelines and terms of use are provided during the registration.
  32.  
  33.   2. Read the HELP files at the main Internet SIG menu.
  34.  
  35.   3. Read the articles posted under "About the Internet" and "Using Internet
  36.      Services".
  37.  
  38.   4. Browse the Database, particularly the Resource and Listserv Databases.
  39.  
  40.   5. Get started. Try GOPHER from the TELNET menu and explore whatever
  41.      interests you from the menus. Try WWW, too.
  42.  
  43.  IMPORTANT NOTE: If you try GOPHER or ARCHIE or WAIS and the screen
  44.  display does not look right or respond properly, you probably have
  45.  some fine tuning to do. Read the HELP file on Troubleshooting (type
  46.  HELP at the SIG main menu and SCAN the files for the Troubleshooting
  47.  file).
  48.  
  49.   6. Read messages in the Forum to see what people are talking about. Ask
  50.      questions in the Forum, where people are always ready to help. Or ask the
  51.      managers WALTHOWE, JIMMONTY, or VIDGAMES by email (Forum questions will
  52.      reach more people, of course).  If you want to read only recent messages,
  53.      you can type HIGH NEW at the forum prompt.  This sets your high message
  54.      counter to the 50 most recent postings.
  55.  
  56.   7. Come to a conference, and ask your questions.
  57.  
  58.   8. Try telneting to some interesting places. Use the Yanoff List in the
  59.      Resources Database for some ideas or try some of the Auto Telnet menu
  60.      selections.
  61.  
  62.   9. Get the Ed Krol book _The Whole INTERNET Users Guide & Catalog_.
  63.      - or the LaQuey book _The Internet Companion_.
  64.  
  65.   10. Join a Freenet. See the Auto Telnet menu.
  66.  
  67.   11. Learn to search for special interest areas by keyword using GOPHER, WAIS,
  68.       VERONICA, or for software, ARCHIE. Check these out in the Utilities menu.
  69.  
  70.   12. Find an old friend using White pages, phone books, who-is, KIS, GOPHER, or
  71.       NETFIND.
  72.  
  73.   13. Another source of Internet search capabilities and procedures is the
  74.       monthly Internet Hunt (found here in the General Database). Each month,
  75.       the Internet Hunt is posted with a series of questions that require the
  76.       "player" to do an Internet scavenger hunt for specific information. A
  77.       couple of weeks after it is announced, the answers are posted.  Looking
  78.       through these answers gives precise (and varied) methods to use the
  79.       Internet for research.
  80.  
  81. These are just some of the things you can do. Your own interests may take you in
  82. other directions. Don't try the things at the end of the list until you have
  83. done some of the things at the beginning of the list. Enjoy yourself!
  84.  
  85.  
  86.    2  HOW DO I USE FTP?
  87.  
  88. FTP is short for File Transfer Protocol. With FTP you can log onto remote
  89. computer systems, explore their directories, and get files from them. Many
  90. remote sites permit anonymous FTP, that is, you do not have to have an account
  91. with them to get the files from them. When you are asked for a username, you
  92. answer Anonymous. Then, if you are asked for a password, the traditional answer
  93. is to give your username and address, for example, johnsmith@delphi.com. Other
  94. places allow you to logon to them only if you have an established account there.
  95. Many, like DELPHI, are closed to incoming FTP.
  96.  
  97. When you have connected to an FTP site, you can see what files and
  98. subdirectories are in it with either a dir or ls command. The dir command gives
  99. more details. You can change from directory to directory with the cd command,
  100. following it with the subdirectory name to go up a level or with .. to go down
  101. one level. Directorynames may be case sensitive. If you see a directoryname with
  102. one or more capital letters, enclose the name in quotes, for example, cd
  103. "InternetDocs". You can also change more than one directory level at once by
  104. using quotes, for example, cd "pub/info" will change to the /pub/info
  105. subdirectory in one step.
  106.  
  107. When you see a file you want, you can GET the file. Since UNIX based systems are
  108. case sensitive, any filename with capital letters must be enclosed in quotation
  109. marks (for example, get "FILE.name"). Files you get are placed in your DELPHI
  110. workspace. If a filename has more than one dot in it, (for example,
  111. VERY.very.LONG.file.name), you must follow the file name you place in quotes
  112. with another filename that it will keep in your workspace. This filename can
  113. have no more than one dot in it. For example, your command could be:
  114.  
  115.     get "VERY.very.LONG.file.name" long.filename
  116.  
  117. In this example, you would then find the file in your workspace under the name
  118. long.filename.
  119.  
  120. If the file is a binary file, such as programs, graphics, zipped or compressed
  121. files, or any file that uses more than the basic ASCII character set, you must
  122. type BIN or BINARY and enter before GETting the file. If after getting a binary
  123. file, you want to get a text file, you should reset to text mode by typing ASCII
  124. and entering. This also applies to .hqx, .ps, and .uu files, which are in 7-bit
  125. ASCII mode, also.
  126.  
  127. If you see files with a .tar extension, they are unix archives. If you see files
  128. with a .Z extension, they are unix compressed files. Some sites will let you get
  129. a compressed .Z file in uncompressed form by leaving the .Z off the filename
  130. when you GET it. Information on file compression, archivers, and various forms
  131. of encoding messages are included in the Compression Chart in the Tools &
  132. Utilities Database. Also in the the Database are many of the utilities you need
  133. for various computers to uncompress, unpack, or decode files.
  134.  
  135. Don't keep files in your workspace for very long. Download them as soon as you
  136. can to avoid workspace charges. See the question on avoiding workspace charges
  137. for more information on this.
  138.  
  139. Finally, before you can use FTP, you must know what address to use. You may find
  140. an address by searching for a particular file with the ARCHIE utility, for
  141. example, or get information from the various guides or from files in the
  142. database. Some good sources are:
  143.  
  144.    the book, _The Whole INTERNET User's Guide & Catalog_ by Ed Krol
  145.    the book, _The Internet Companion_ by Tracy LaQuey
  146.    the text file, The Yanoff List, in the Database
  147.    the hypertext program, HYTELNET. Mac and PC versions are in the Database, and
  148. versions are available for other computers through FTP.
  149.  
  150.  
  151.    3  HOW DO I USE TELNET?
  152.  
  153. Telnet is the command used to log in to a remote computer. You can then use the
  154. remote computer just as if you were a terminal on the computer. You can then use
  155. the computer's utilities (such as GOPHER, ARCHIE, WAIS, or World Wide Web), read
  156. its files, play games, consult databases or many more things that are available.
  157. When you first use telnet, you may find that your computer and DELPHI are not
  158. set up correctly to display some of the full screen menus that many sites use.
  159. Make sure that your computer is using either VT100 or VT102 emulation. Most
  160. telecommunications software includes one of these settings. Next, set DELPHI for
  161. vt100 for your account by typing /TERM_TYPE=VT100. Follow that with /SAVE to
  162. make the setting permanent. Finally, if you are calling DELPHI through
  163. Sprintnet, Tymnet, or DATAPAC, you will have to type /ECHO HOST each session
  164. when you first use telnet. You can cancel this after your session by typing
  165. /ECHO. If you still run into problems, type HELP at the Internet SIG> prompt for
  166. a few more things you can do.
  167.  
  168. When you select Utilities from the SIG menu, you get a secondary menu, which has
  169. preset commands for a number of common utilities. ARCHIE, GOPHER, WAIS,
  170. VERONICA, and World Wide Web (WWW) are all powerful searching utilities to help
  171. you find information and files all over the world. GOPHERs are a particularly
  172. interesting way to get around, and by following their menus, you can jump all
  173. over the country and the world.
  174.  
  175. Try the Auto Telnet menu for a selection of some of the most interesting and
  176. popular sites you can log onto. Library of Congress and CARL are just two sites
  177. rich in information. Rutgers' Info will give you access to a dictionary,
  178. thesaurus, book of quotations, and the CIA World Fact Book.
  179.  
  180. If you want to log into a different site than the preset ones, you type telnet
  181. remote.address from the Internet SIG> prompt. You replace "remote.address" with
  182. the actual address of the site you want to connect to. See comments under HOW DO
  183. I USE FTP for some suggestions for finding addresses. Accessing GOPHER is a good
  184. start for finding just about anything, and it can connect you with many other
  185. resources all over the world.
  186.  
  187. If you get confused or stuck at any time after you've connected to another
  188. service, you can use Control-\ (pressing the control key and the backslash key
  189. at the same time) to get out.  There is a reminder about this in the banner each
  190. time you connect: it says "use ^\ to escape".  The ^ sign is the symbol used to
  191. represent the control key.
  192.  
  193.    4  HOW DO I SEND INTERNET MAIL
  194.  
  195. You can send mail to any user on the Internet using DELPHI's standard mail
  196. system.  You'll need to use a special format for Internet addresses.
  197.  
  198.     At the first MAIL> prompt, type SEND
  199.     Then, at the TO prompt, enter internet"username@hostname"
  200.     Then, enter the subject and text as usual.
  201.  
  202. Note there is NO SPACE between the word internet and the first
  203. quotation mark.
  204.  
  205. Here's an example of how you would send a message through the
  206. Internet to user JOHNSMITH on America Online:
  207.  
  208.     MAIL> send
  209.     To:   internet"johnsmith@aol.com"
  210.     Subj: test message
  211.  
  212. See the other articles in this section for more details about Internet
  213. addressing and services accessible through the Internet.
  214.  
  215. If you type EMAIL at the Internet SIG> prompt, you will be reminded of the
  216. correct format to use for Internet mail. If you decide you don't need to see
  217. that information any more, type MAIL instead of EMAIL.
  218.  
  219.  
  220.    5  HOW DOES SOMEONE SEND ME MAIL THROUGH THE INTERNET?
  221.  
  222. If you would like to receive mail from someone who has access to Internet mail
  223. on another system, tell them to send a message to:
  224.  
  225.    yourmembername@delphi.com
  226.  
  227. So, for example, if your DELPHI membername is JOHNSMITH, you tell them to send
  228. mail to johnsmith@delphi.com. Don't tell them to put internet in front and
  229. enclose it in quotes as you do for outgoing mail. Different systems can use
  230. different forms of addressing.
  231.  
  232.  
  233.    6  HOW DO I SEND MAIL TO COMPUSERVE, GENIE, AOL, MCIMAIL, ETC.?
  234.  
  235. Internet mail addresses are a combination of the name the person uses on the
  236. service, followed by an "@" symbol and then the Internet domain name used to
  237. identify the service itself.  For example, the Internet address for DELPHI
  238. member services is service@delphi.com.
  239.  
  240. All Internet domain names (hosts) consist of two parts: the first part is
  241. usually the name of the organization (or an abbreviation) and the suffix is the
  242. type or organization it is.  Businesses use the suffix "com," educational
  243. institutions use "edu," military sites use "mil," and government offices use
  244. "gov."  Therefore, a person's address at Compuserve might be
  245. 12345.678@compuserve.com and a person at Harvard University might be
  246. johnsmith@harvard.edu.
  247.  
  248. Here are some sample address formats for other commercial services
  249.  
  250. To send to America Online users:
  251.  
  252.    Domain name: aol.com
  253.    Example:     johnsmith@aol.com
  254.  
  255. To send to AppleLink users:
  256.  
  257.    Domain name: applelink.apple.com
  258.    Example:     username@applelink.apple.com
  259.  
  260. To send to AT&T mail users:
  261.  
  262.    Domain name: attmail.com
  263.    Example:     name@attmail.com
  264.  
  265. To send to Compuserve users:
  266.  
  267.    Domain name: compuserve.com
  268.    Example:     12345.678@compuserve.com
  269.  
  270.    Note:   Compuserve's usernames usually consist of several numbers, a
  271.    comma, and then a few more numbers.  The comma within the user number
  272.    needs to be replaced with a period when sending an Internet message.
  273.  
  274. To send to GEnie users:
  275.  
  276.    Domain name: genie.geis.com
  277.    Example:     username@genie.geis.com
  278.  
  279.    Note:  Not all GEnie users can receive Internet mail.  They
  280.    must be registered.
  281.  
  282. To send to MCI Mail users:
  283.  
  284.    Domain name: mcimail.com or mci.com
  285.    Example:    johnsmith@mci.com
  286.  
  287. What about Prodigy?
  288.  
  289.    Prodigy has announced that it will have Internet email service sometime
  290.    in 1993. It is not yet available as of the date on this file. When details
  291.    are announced, they will be posted here.
  292.  
  293. Note that Compuserve and the commercial mail services have charges associated
  294. with receiving Internet mail.  America Online has Internet mail file size and
  295. mailbox limits.  Be sure to check with the user directly prior to sending
  296. messages.
  297.  
  298.  
  299.    7  HOW DO I SEND MAIL TO A FIDONET ADDRESS?
  300.  
  301. To send file to a Fidonet system where you know the users name and Fidonet
  302. address, you must send the mail in a special format. Suppose you know that John
  303. Smith's Fidonet address is 1:23/456.7. These four represent, in order, the zone
  304. (z), the net number (n), the node number (f), and the point (p). The last item,
  305. the point number, is often omitted. To send email over the Internet to  John
  306. Smith, a period replaces the space between his first and last names
  307. conventionally. Then the numbers are reversed in order, prefixed with the letter
  308. abbreviation shown above, and separated by periods,thus: p7.f456.n23.z1 begins
  309. the address. Finally, the address is routed to fidonet.org and put into DELPHI's
  310.  
  311. internet email format. Therefore, the address for John Smith at 1:23/456.7 is:
  312.  
  313.      internet"John.Smith@p7.f456.n23.z1.fidonet.org"
  314.  
  315. If there was no point address, f456 would appear after the @ symbol instead.
  316. This address will work in most cases, but sometimes it may be necessary to route
  317. the mail through a gateway machine that knows fidonet addresses. Try this
  318. address, if the first one fails:
  319.  
  320.     internet"John.Smith%p7.f456.n23.z1.fidonet.org@zeus.ieee.org"
  321.  
  322.  
  323.    8  HOW DO I AVOID WORKSPACE STORAGE COSTS?
  324.  
  325. How to minimize disk storage fees:
  326.  
  327. Log in to check mail at least one time per week. When you read new mail
  328. messages, you should delete them immediately by typing DELETE (D or DEL will
  329. also work) after each message.
  330.  
  331. If you choose to save any message on your PC, most communications programs have
  332. an option for "capturing" or "logging" the text as it's displayed on the screen.
  333.  
  334. Check your software manual for details about logging a session.  Once you have
  335. captured or read the messages, you should then delete them.
  336.  
  337. Messages in DELPHI's Mail system are stored in Folders.  When a message is first
  338. received it is automatically stored in the "NEWMAIL" folder.  If a message is
  339. read and not immediately deleted, it is stored in the folder named "MAIL."  Most
  340. members use only the NEWMAIL and and MAIL folders. Some users choose to create
  341. other folders on their own for storing mail.
  342.  
  343. It is important that you check all folders periodically and either delete
  344. unwanted mail or capture them.  Here's how:
  345.  
  346.     Type DIR/FOLDER for a listing of mail folders.  To see
  347.     messages in any given folder, type DIR FOLDERNAME.  You can
  348.     then re-read messages and type DELETE after the message
  349.     appears on your screen.  You may also delete a range of
  350.     messages, i.e., DELETE 1-10 will delete messages number 1
  351.     through 10.
  352.  
  353. Members who are familiar with DELPHI's Workspace or file maintenance area can
  354. use the "EXTRACT" command to move mail messages over for downloading.  To do
  355. this, type EXTRACT FILENAME.EXT while reading a message.  (FILENAME.EXT is any
  356. name and extension you want to give to the file -- for example:
  357. SPRINGSTEEN.LYRICS.) You can also type EXTRACT/ALL FILENAME.EXT to gather all
  358. the messages in a folder at once and move them over to workspace.  This makes
  359. downloading a lot of messages faster and easier.  After you type EXTRACT/ALL you
  360. could also type DEL/ALL to delete all of the messages from Mail.
  361.  
  362. Once messages are in Workspace, they can be downloaded using Xmodem, Ymodem,
  363. Zmodem, or any of several other error correcting protocols. You do this by
  364. simply typing DOWN at the workspace prompt.
  365.  
  366. After you've successfully downloaded all of the files (messages, programs, or
  367. other information you've received by mail), you should immediately delete them.
  368. Type CAT or CATALOG at the Workspace prompt for a listing of your files.  If you
  369. have several versions of the same file, the PURGE command will delete all but
  370. the most recent version.  To delete a file, type DEL FILENAME.EXT (make sure you
  371. type the ; and version number, as they appear in the filename).
  372.  
  373.  
  374.    9  WHAT IS A LISTSERV? HOW DO I SUBSCRIBE?
  375.  
  376. WHAT IS A LISTSERV? A listserv is a discussion group where people exchange
  377. messages on a topic of common interest. There are many hundreds of different
  378. listservs. You can subscribe to a listserv from DELPHI by sending Internet email
  379. to the listserv at its Internet address with the text SUBSCRIBE Name_of_Listserv
  380. YourFirstName YourLastName.
  381.  
  382. For example if your name is John Smith and you want to subscribe to the
  383. fictitious listserv WOTZIT-L at bigu.edu, you would send to
  384. INTERNET"listserv@bigu.edu" with the text:
  385.  
  386.      SUB WOTZIT-L John Smith
  387.  
  388. Notice that you do NOT send the message to INTERNET"WOTZIT-L@bigu.edu" If 
  389. you do that, your subscription request will go to every subscriber 
  390. instead of the computer (or person) that processes subscriptions.
  391.  
  392. When you subscribe, you will receive return mail acknowledging your
  393. subscription and in most cases telling you exactly how to sign off the listserv
  394. if you don't want to receive it any more. KEEP THIS MESSAGE!
  395.  
  396. CAUTION: Some of the listservs produce hundreds of message a week. This can fill
  397. up your mailbox and cause extra service charges. Message should be promptly
  398. deleted. If you want to keep them, keep them offline. Check your workspace
  399. regularly, and keep its total size under 50 blocks to prevent extra charges.
  400. See the question on avoiding workspace charges.
  401.  
  402.  
  403.   10  HOW DO I READ NEWSGROUPS
  404.  
  405.               
  406.  Usenet news groups are at present accessible only through
  407.  telnet to another site. See the Auto Usenet menu for several
  408.  choices of Usenet newsgroup sites. All except UNC require
  409.  registration by mail before you can get full use of them.
  410.  
  411.  
  412.  
  413.  
  414.   11  HOW DO I USE ARCHIE? 
  415.  
  416. ARCHIE is a powerful utility to search for specific software across the
  417. Internet. To use it, select Utilities, then select archie and login as archie.
  418. Filenames can be case sensitive. If a filename includes capital letters, enclose
  419. it in quotes. Type help after logging into archie to get a description of the
  420. searching options. Or you can conduct a straightforward search by typing PROG
  421. NAME to search for NAME. There is a more detailed file on using archie in the
  422. Resources Database. Note that archie searches for both filenames and directory
  423. names. Often, a directory name will be more revealing than a filename will be.
  424. It can often aid in finding files for a particular type of computer.
  425.  
  426.  
  427.  
  428.   12  WHAT IS A GOPHER? HOW DO I USE IT?
  429.  
  430. GOPHER allows you to browse for resources all over the world from a menu system.
  431. DELPHI just added its own gopher system. To access it, type GOPHER (or just
  432. the first few letters) from the Internet SIG> prompt. Follow the menus to areas
  433. that interest you. The menus can lead you to places many layers deep in the
  434. menu structure. A selection may lead you to another menu, a text file to read,
  435. or a database to search. Eventually, we expect to add on the abilities to get
  436. files and bring them to your workspace as ftp does and to be able to login to
  437. non-gopher sites as telnet can do. Prompts at the bottom of the screen give
  438. you several choices at each level.
  439.  
  440. One of the nicest features is the SAVE feature. If you discover a site that
  441. you want to visit again, type SAVE and it will be added to your custom 
  442. Personal Favorites menu. This menu is kept in your workspace under the name
  443. GOPHER.SAV. If you later want to take the item off your Personal menu, you
  444. can edit the file. Be careful, since the file includes some embedded non-ASCII
  445. characters. It is best to delete the whole line in the line editor or by using
  446. F4 in the full-screen editor.
  447.  
  448. If you want to know what route you followed to get to a menu item, type ROUTE.
  449. If you want to know what address you are currently at in the menu, type INFO.
  450. Type HELP to see all the options available.
  451.  
  452. Other gophers are also available from the Utilities menu. In some cases, if
  453. you start with the U of Minnesota gopher or the Infoslug gopher, you will be
  454. able to do a few things that the DELPHI gopher cannot presently do, such as
  455. transfer files or telnet to a non-gopher site. The commands that appear
  456. onscreen look somewhat different if you enter gopherspace this way, but the
  457. same functions are present. You cannot use the SAVE function, however. Note
  458. that you can move from page to page using the > and < characters in this
  459. gopher mode, whereas in the DELPHI gopher, you use MORE and PREV.
  460.  
  461.  
  462.   13  I'M HAVING TROUBLE WITH MENUS AND DISPLAYS. WHAT DO I DO?
  463.  
  464. When you telnet to a remote site, 3 or 4 different computer systems are
  465. involved, all of which have to be synchronized with each other. The systems
  466. involved are: your own computer, your access to DELPHI (Sprintnet or Tymnet or
  467. DATAPAC or telnet or direct dial), DELPHI itself, and the remote site (which may
  468. also involve several different systems). Sometimes we find problems getting them
  469. all to speak the same language and use the same protocols. Here are some tips to
  470. try to get them all on the same sheet of music:
  471.  
  472.   1. Make sure your computer, DELPHI, and the remote site all are using VT102
  473. (or VT100, which is essentially the same thing). Most terminal emulation
  474. software, such as Procomm Plus or Crosstalk will let you select VT102. To set
  475. DELPHI to VT100, exit HELP and type /TERM_TYPE=VT100. Then type /SAVE. Once
  476. made, this change is permanent.
  477.  
  478.   2. If you are accessing through Sprintnet or Tymnet, you will have to type
  479.  /ECHO HOST within DELPHI before you use telnet. You will need to do this each
  480. time you log on before you use telnet. You can cancel the command by typing
  481. /ECHO.
  482.  
  483.   3. You may have problems if your emulation software is set to send carriage
  484. return/line feed at the end of every line. Just select carriage-return if you
  485. can.
  486.  
  487.   4. A few sites require a special setting to prevent extra linefeeds which may
  488. make it impossible to login or to use menus properly. The NASA Spacelink is one
  489. of these. If you are encountering problems with extra linefeeds while telneting,
  490. use the companion command TELNET_NOCRLF instead of TELNET. If you use the Auto
  491. Telnet menus to access NASA Spacelink, the setting is done automatically for
  492. you.
  493.  
  494.  
  495.   14  WHAT IS WAIS? HOW DO I USE IT TO SEARCH FOR THINGS?
  496.  
  497. WAIS or Wide Area Information System lets you search for information by keyword
  498. in sources that you select from a list of over 350 sources. A bit clunky, but
  499. very powerful. Select WAIS from the Utilities menu, and login as "wais". 
  500. Use yourusername@delphi.com as the password. Select source(s) by moving 
  501. the highlighted bar or typing the number of the source and pressing spacebar 
  502. to select. Type w to enter keywords. You can also find a source by typing a 
  503. slash (/) and following it with the first few letters of the name of the 
  504. source. For example, to move directly to the List of lists, you can
  505. type /lis.
  506.  
  507.  
  508.   15  WHAT IS WWW? HOW DO I USE IT?
  509.  
  510. WORLD WIDE WEB (WWW) is a hypertext searching utility that can take you all over
  511. the world. Select WWW from the Utilities menu and explore.
  512.  
  513.   16. WHAT IS IRC? HOW DO I USE IT?
  514.  
  515. IRC or Internet Relay Chat is an Internet protocol that lets users all 
  516. over the world "talk" to each other by keyboard one-to-one or in groups. 
  517. It is very similar in some ways to DELPHI's conferencing system. Commands 
  518. are entered with slashes, like DELPHI's system. You can type /list to see 
  519. all the various chats in session. A short help file is displayed when
  520. you log in from the Auto-IRC menu and a longer help file is in the Tools 
  521. & Utilities Database. You can also type /help when you are on line, but 
  522. it takes a minute or two to scroll through the whole help list. Note that 
  523. for IRC, as for many telnet sites and utilities, you should be using 
  524. VT100 emulation, you should be using /ECHO HOST before connecting in many 
  525. cases, and you should have your screen length set to 24 rows.
  526.  
  527.   17. I DON'T SEE MY QUESTION HERE. HOW DO I GET IT ANSWERED?
  528.  
  529. Probably the best way to get a quick answer to a question is to post 
  530. your question in the Internet Forum. There are many helpful people on 
  531. DELPHI, and you will usually get an answer within minutes or hours. You 
  532. can also send email to the sysops (WALTHOWE, JIMMONTY, or VIDGAMES), but 
  533. then you have to wait for them to login and read their mail. You can also 
  534. send a question to one of them, if you see that they are online. If, for 
  535. example, you type /who and see that WALTHOWE is online, you can /SEND 
  536. WALTHOWE your question or you can page him from the conference area. 
  537. If he is free to answer your question, you will get a reply. Be patient, 
  538. since it sometimes takes a minute to break free and answer your question. 
  539. If you don't get a response in a minute or so, the person you sent to or 
  540. paged was probably too tied up to answer right away.
  541.